// source --> https://www.circuitotazionuvolari.it/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=3.5.10 jQuery(function(e){if("undefined"==typeof wc_add_to_cart_params)return!1;var t=function(){e(document.body).on("click",".add_to_cart_button",this.onAddToCart).on("click",".remove_from_cart_button",this.onRemoveFromCart).on("added_to_cart",this.updateButton).on("added_to_cart",this.updateCartPage).on("added_to_cart removed_from_cart",this.updateFragments)};t.prototype.onAddToCart=function(t){var a=e(this);if(a.is(".ajax_add_to_cart")){if(!a.attr("data-product_id"))return!0;t.preventDefault(),a.removeClass("added"),a.addClass("loading");var o={};e.each(a.data(),function(t,a){o[t]=a}),e(document.body).trigger("adding_to_cart",[a,o]),e.post(wc_add_to_cart_params.wc_ajax_url.toString().replace("%%endpoint%%","add_to_cart"),o,function(t){t&&(t.error&&t.product_url?window.location=t.product_url:"yes"!==wc_add_to_cart_params.cart_redirect_after_add?e(document.body).trigger("added_to_cart",[t.fragments,t.cart_hash,a]):window.location=wc_add_to_cart_params.cart_url)})}},t.prototype.onRemoveFromCart=function(t){var a=e(this),o=a.closest(".woocommerce-mini-cart-item");t.preventDefault(),o.block({message:null,overlayCSS:{opacity:.6}}),e.post(wc_add_to_cart_params.wc_ajax_url.toString().replace("%%endpoint%%","remove_from_cart"),{cart_item_key:a.data("cart_item_key")},function(t){t&&t.fragments?e(document.body).trigger("removed_from_cart",[t.fragments,t.cart_hash,a]):window.location=a.attr("href")}).fail(function(){window.location=a.attr("href")})},t.prototype.updateButton=function(t,a,o,r){(r=void 0!==r&&r)&&(r.removeClass("loading"),r.addClass("added"),wc_add_to_cart_params.is_cart||0!==r.parent().find(".added_to_cart").length||r.after(' '+wc_add_to_cart_params.i18n_view_cart+""),e(document.body).trigger("wc_cart_button_updated",[r]))},t.prototype.updateCartPage=function(){var t=window.location.toString().replace("add-to-cart","added-to-cart");e(".shop_table.cart").load(t+" .shop_table.cart:eq(0) > *",function(){e(".shop_table.cart").stop(!0).css("opacity","1").unblock(),e(document.body).trigger("cart_page_refreshed")}),e(".cart_totals").load(t+" .cart_totals:eq(0) > *",function(){e(".cart_totals").stop(!0).css("opacity","1").unblock(),e(document.body).trigger("cart_totals_refreshed")})},t.prototype.updateFragments=function(t,a){a&&(e.each(a,function(t){e(t).addClass("updating").fadeTo("400","0.6").block({message:null,overlayCSS:{opacity:.6}})}),e.each(a,function(t,a){e(t).replaceWith(a),e(t).stop(!0).css("opacity","1").unblock()}),e(document.body).trigger("wc_fragments_loaded"))},new t}); // source --> https://www.circuitotazionuvolari.it/wp-content/plugins/cartasi-x-pay/assets/js/xpay.js?ver=7.3.4 /** * Copyright (c) 2019 Nexi Payments S.p.A. * * @author iPlusService S.r.l. * @category Payment Module * @package Nexi XPay * @version 6.0.0 * @copyright Copyright (c) 2019 Nexi Payments S.p.A. (https://ecommerce.nexi.it) * @license GNU General Public License v3.0 */ (function ($) { $(document).ready(function () { receipt_form = $("#nexi_xpay_receipt_form"); if (receipt_form.length > 0) { receipt_form.submit(); } setTimeout(() => { if (!window.ApplePaySession) { if ($(".payment_method_xpay_applepay").length) { $(".payment_method_xpay_applepay").remove(); } if ($(".payment_method_xpay_npg_applepay").length) { $(".payment_method_xpay_npg_applepay").remove(); } } }, 500); $(document).on('change', '#pagodil-installments-number', function () { window.localStorage.setItem('lastSelectedInstallments', parseInt($('#pagodil-installments-number').val())); installmentsCalc(); if ($("#installments")) { $("#installments").val($("#pagodil-installments-number").val()); } }); }); })(jQuery); function installmentsCalc() { var admin_url = jQuery("#xpay_admin_url").val(); jQuery.ajax({ type: 'POST', data: { action: 'calc_installments', installments: jQuery("#pagodil-installments-number").val() }, url: admin_url + "admin-ajax.php", success: function (response) { jQuery("#pagodil-installment-info").html(response.installmentsLabel); }, complete: function () { } }); }; // source --> https://www.circuitotazionuvolari.it/wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js?ver=5.4.5 window.jQuery( document ).ready( function ( $ ) { $( 'body' ).on( 'adding_to_cart', function ( event, $button, data ) { $button && $button.hasClass( 'vc_gitem-link' ) && $button .addClass( 'vc-gitem-add-to-cart-loading-btn' ) .parents( '.vc_grid-item-mini' ) .addClass( 'vc-woocommerce-add-to-cart-loading' ) .append( $( '
' ) ); } ).on( 'added_to_cart', function ( event, fragments, cart_hash, $button ) { if ( 'undefined' === typeof($button) ) { $button = $( '.vc-gitem-add-to-cart-loading-btn' ); } $button && $button.hasClass( 'vc_gitem-link' ) && $button .removeClass( 'vc-gitem-add-to-cart-loading-btn' ) .parents( '.vc_grid-item-mini' ) .removeClass( 'vc-woocommerce-add-to-cart-loading' ) .find( '.vc_wc-load-add-to-loader-wrapper' ).remove(); } ); } ); // source --> https://www.circuitotazionuvolari.it/wp-content/themes/dfd-native/assets/js/jquery.queryloader2.min.js?ver=2 !function(a){function b(a){this.parent=a,this.container,this.loadbar,this.percentageContainer}function c(a){this.toPreload=[],this.parent=a,this.container}function d(a){this.element,this.parent=a}function e(d,e){this.element=d,this.$element=a(d),this.options=e,this.foundUrls=[],this.destroyed=!1,this.imageCounter=0,this.imageDone=0,this.alreadyLoaded=!1,this.preloadContainer=new c(this),this.overlayLoader=new b(this),this.defaultOptions={onComplete:function(){},onLoadComplete:function(){},backgroundColor:"#000",barColor:"#fff",overlayId:"qLoverlay",barHeight:1,percentage:!1,deepSearch:!0,completeAnimation:"fade",minimumTime:500},this.init()}!function(a){"use strict";function d(b){var c=a.event;return c.target=c.target||c.srcElement||b,c}var b=document.documentElement,c=function(){};b.addEventListener?c=function(a,b,c){a.addEventListener(b,c,!1)}:b.attachEvent&&(c=function(a,b,c){a[b+c]=c.handleEvent?function(){var b=d(a);c.handleEvent.call(c,b)}:function(){var b=d(a);c.call(a,b)},a.attachEvent("on"+b,a[b+c])});var e=function(){};b.removeEventListener?e=function(a,b,c){a.removeEventListener(b,c,!1)}:b.detachEvent&&(e=function(a,b,c){a.detachEvent("on"+b,a[b+c]);try{delete a[b+c]}catch(d){a[b+c]=void 0}});var f={bind:c,unbind:e};"function"==typeof define&&define.amd?define(f):"object"==typeof exports?module.exports=f:a.eventie=f}(this),function(){"use strict";function a(){}function e(a,b){for(var c=a.length;c--;)if(a[c].listener===b)return c;return-1}function f(a){return function(){return this[a].apply(this,arguments)}}var b=a.prototype,c=this,d=c.EventEmitter;b.getListeners=function(b){var d,e,c=this._getEvents();if(b instanceof RegExp){d={};for(e in c)c.hasOwnProperty(e)&&b.test(e)&&(d[e]=c[e])}else d=c[b]||(c[b]=[]);return d},b.flattenListeners=function(b){var d,c=[];for(d=0;d").appendTo(this.parent.$element),this.parent._qLbar_wrap.length>0?(this.parent._qLbar_wrap.appendTo(this.container),this.parent._qLbar_wrap.hasClass("dfd-percentage-enabled")?this.parent.options.percentage=!0:this.parent.options.percentage=!1,this.loadbar=this.parent._qLbar_wrap.find("#qLbar")):a("#qLoverlay_logo").length>0&&(this.logo=a('
').appendTo(this.container)),1==this.parent.options.percentage&&(this.percentageContainer=a("
").text("0%").appendTo(this.container)),this.parent.preloadContainer.toPreload.length&&1!=this.parent.alreadyLoaded||this.parent.destroyContainers()},b.prototype.updatePercentage=function(a){this.loadbar&&this.loadbar.stop().animate({width:a+"%",minWidth:a+"%"},2e3),1==this.parent.options.percentage&&this.percentageContainer.text(Math.ceil(a)+"%")},c.prototype.create=function(){a("#"+this.parent.options.overlayId).remove(),this.container=a("
").appendTo("body").css({display:"none",overflow:"hidden"}),this.processQueue()},c.prototype.processQueue=function(){for(var a=0;this.toPreload.length>a;a++)this.parent.destroyed||this.preloadImage(this.toPreload[a])},c.prototype.addImage=function(a){this.toPreload.push(a)},c.prototype.preloadImage=function(a){var b=new d;b.addToPreloader(this,a),b.bindLoadEvent()},d.prototype.addToPreloader=function(b,c){this.element=a("").attr("src",c),this.element.appendTo(b.container),this.parent=b.parent},d.prototype.bindLoadEvent=function(){this.parent.imageCounter++,this.element[0].ref=this,new imagesLoaded(this.element,function(a){a.elements[0].ref.completeLoading()})},d.prototype.completeLoading=function(){this.parent.imageDone++;var a=this.parent.imageDone/this.parent.imageCounter*100;this.parent.overlayLoader.updatePercentage(a),(this.parent.imageDone==this.parent.imageCounter||a>=100)&&this.parent.endLoader()},e.prototype.init=function(){this._qLbar_wrap=a("#qLbar_wrap").detach(),this.options=a.extend({},this.defaultOptions,this.options);this.findImageInElement(this.element);if(1==this.options.deepSearch)for(var c=this.$element.find("*:not(script)"),d=0;d0&&!a.match(/^(data:)/i)},e.prototype.urlIsNew=function(a){return this.foundUrls.indexOf(a)==-1},e.prototype.destroyContainers=function(){this.destroyed=!0,this.preloadContainer.container.remove(),this.overlayLoader.container.remove()},e.prototype.endLoader=function(){this.destroyed=!0,this.onLoadComplete()},e.prototype.onLoadComplete=function(){if(this.options.onLoadComplete(),"grow"==this.options.completeAnimation){var b=this.options.minimumTime;this.overlayLoader.loadbar[0].parent=this,this.overlayLoader.loadbar.stop().animate({width:"100%"},b,function(){a(this).animate({top:"0%",width:"100%",height:"100%"},500,function(){this.parent.overlayLoader.container[0].parent=this.parent,this.parent.overlayLoader.container.fadeOut(500,function(){this.parent.destroyContainers(),this.parent.options.onComplete()})})})}else{var b=this.options.minimumTime;this.overlayLoader.container[0].parent=this,this.overlayLoader.container.fadeOut(b,function(){this.parent.destroyContainers(),this.parent.options.onComplete()})}},Array.prototype.indexOf||(Array.prototype.indexOf=function(a){var b=this.length>>>0,c=Number(arguments[1])||0;for(c=c<0?Math.ceil(c):Math.floor(c),c<0&&(c+=b);c https://www.circuitotazionuvolari.it/wp-content/plugins/cartasi-x-pay/assets/js/pagodil-sticker.min.js?v=7.3.4 /* Version: 1.0.7 */function _createForOfIteratorHelper(a,b){var c="undefined"!=typeof Symbol&&a[Symbol.iterator]||a["@@iterator"];if(!c){if(Array.isArray(a)||(c=_unsupportedIterableToArray(a))||b&&a&&"number"==typeof a.length){c&&(a=c);var d=0,e=function(){};return{s:e,n:function(){return d>=a.length?{done:!0}:{done:!1,value:a[d++]}},e:function(a){throw a},f:e}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var f,g=!0,h=!1;return{s:function(){c=c.call(a)},n:function(){var a=c.next();return g=a.done,a},e:function(a){h=!0,f=a},f:function(){try{g||null==c.return||c.return()}finally{if(h)throw f}}}}function _unsupportedIterableToArray(a,b){if(a){if("string"==typeof a)return _arrayLikeToArray(a,b);var c=Object.prototype.toString.call(a).slice(8,-1);return"Object"===c&&a.constructor&&(c=a.constructor.name),"Map"===c||"Set"===c?Array.from(a):"Arguments"===c||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(c)?_arrayLikeToArray(a,b):void 0}}function _arrayLikeToArray(a,b){(null==b||b>a.length)&&(b=a.length);for(var c=0,d=Array(b);c",infoIcon="",tickIcon="",logo1LogoPagodil="",logo2LogoPagodil="pantoni",logo3LogoPagodil="black/white",logo4LogoPagodil="black/white negative",logo5LogoPagodil="";let limitPagodil={minInstallmentsNumber:2,maxInstallmentsNumber:24,minAmount:0,maxAmount:1e10,logoKind:["logo_1","logo_2","logo_3","logo_4","logo_5"]},defaultPagodil={amount:0,amountMultiplier:1,minAmount:limitPagodil.minAmount,maxAmount:limitPagodil.maxAmount,installmentsNumber:10,logoHeight:"50px",showInstallmentsAmount:"true",showCurrency:"R",showLogo:"R",fontFamily:"inherit",fontStyle:"inherit",fontWeight:"inherit",fontSize:"inherit",fontColor:"inherit",infoShow:"true",infoLink:"https://www.pagodil.it/e-commerce/come-funziona/",infoIconColor:"#000",language:"it",decimalDelimiter:",",thousandsDelimiter:"",logoVerticalAdjustment:"0",infoMerchantName:"l'Esercente Convenzionato",logoKind:"logo_1",languageMode:"A",amountBold:"false"};!function(){if("undefined"!=typeof customElements){let a=/*#__PURE__*/function(a){function b(){var a;return _classCallCheck(this,b),a=c.call(this),a.calculatedDefault={},a}_inherits(b,a);var c=_createSuper(b);return _createClass(b,[{key:"getFont",value:function getFont(a,b,c,d,e){return"style=\"font-family: "+a+"; font-style: "+b+"; font-weight: "+c+"; font-size: "+d+"; color: "+e+"; \""}},{key:"onlyNumbers",value:function onlyNumbers(a){return a.replace(/\D/g,"")}},{key:"reverseString",value:function reverseString(a){return a.split("").reverse().join("")}},{key:"formatAmount",value:function formatAmount(a,b,c){let d=this,e=a.substr(0,a.indexOf(".")),f=d.reverseString(e),g=f.match(/.{1,3}/g).join(c);return d.reverseString(g)+b+a.substr(a.indexOf(".")+1)}},{key:"drawContent",value:function drawContent(a){let b=this,c=parseInt(b.getAttribute("data-amount")||a.amount,10),d=b.getAttribute("data-amount-selector");if(d){let e=document.querySelector(d);if(e&&e.innerHTML){let d=b.onlyNumbers(e.innerHTML);if(d){let e=parseInt(b.getAttribute("data-amount-multiplier")||a.amountMultiplier,10);c=d*e}}}let e=parseInt(b.getAttribute("data-min-amount")||a.minAmount,10),f=parseInt(b.getAttribute("data-max-amount")||a.maxAmount,10);elimitPagodil.maxAmount&&(f=limitPagodil.maxAmount);let g=cf,h=parseInt(b.getAttribute("data-installments-number")||a.installmentsNumber,10),i=hlimitPagodil.maxInstallmentsNumber;if(g||i)b.innerHTML="";else{let d=b.getAttribute("data-logo-height")||a.logoHeight,e=b.getAttribute("data-show-installments-amount")||a.showInstallmentsAmount,f=b.getAttribute("data-show-currency")||a.showCurrency,g=b.getAttribute("data-show-logo")||a.showLogo,i=b.getAttribute("data-font-family")||a.fontFamily,j=b.getAttribute("data-font-style")||a.fontStyle,k=b.getAttribute("data-font-weight")||a.fontWeight,l=b.getAttribute("data-font-size")||a.fontSize,m=b.getAttribute("data-font-color")||a.fontColor,n=b.getAttribute("data-amount-color")||m,o=b.getAttribute("data-info-show")||a.infoShow,p=b.getAttribute("data-info-link")||a.infoLink,q=b.getAttribute("data-info-icon-color")||a.infoIconColor,r=b.getAttribute("data-language")||a.language,s=b.getAttribute("data-decimal-delimiter")||a.decimalDelimiter,t=b.getAttribute("data-thousands-delimiter")||a.thousandsDelimiter,u=b.getAttribute("data-logo-vertical-adjustment")||a.logoVerticalAdjustment,v=b.getAttribute("data-logo-kind")||a.logoKind,w=b.getAttribute("data-language-mode")||a.languageMode,x=b.getAttribute("data-amount-bold")||a.amountBold;-1===limitPagodil.logoKind.indexOf(v)&&(v=a.logoKind);let y=pagodilLang(w,r),z="";z+="";let A="",B=b.getFont(i,j,k,l,m);if("false"===e)A=" "+pagodilSprintf(y.text_1,h)+" "+y.text_3+"";else{let a=" AMOUNTCURRENCY ";"L"===f?a=" CURRENCYAMOUNT ":"false"===f&&(a=" AMOUNT ");let d=b.formatAmount((parseFloat(c,10)/100/h).toFixed(2),s,t);"true"===x&&(d=""+d+"");let e=a.replace("CURRENCY","\u20AC").replace("AMOUNT",d),g=b.getFont(i,j,k,l,n);A=" "+pagodilSprintf(y.text_2,h)+" "+e+" "+y.text_3+""}let C="",D=" pagodil-logo ";if("true"===o){let c=(b.getAttribute("data-info-merchant-name")||a.infoMerchantName)+y.text_11;C="openPagodilModal(event, '"+w+"', '"+r+"', '"+p+"', "+h+", '"+c.replace(/'/g,"\\'")+"')",D+=" with-hover "}let E="";if("logo_1"===v?E=logo1LogoPagodil:"logo_2"===v?E=logo2LogoPagodil:"logo_3"===v?E=logo3LogoPagodil:"logo_4"===v?E=logo4LogoPagodil:"logo_5"===v&&(E=logo5LogoPagodil),E=E.replace("onclick=\"ONCLICK\"","onclick=\""+C+"\"").replace("class=\"CLASS\"","class=\""+D+"\" style=\""+("height:"+d+";margin-top:"+u+";")+"\""),"L"===g?(z+="",z+=""):"R"===g?(z+="",z+=""):z+="","true"===o){let a=infoIcon.replace("onclick=\"ONCLICK\"","onclick=\""+C+"\"").replace("class=\"CLASS\"","class=\"pagodil-info-icon\" style=\""+("color:"+q+";")+"\"");z+=""}z+="
"+E+""+A+""+A+""+E+""+A+""+a+"
",b.innerHTML=z}}},{key:"render",value:function render(){let a=this,b=a.getAttribute("data-ext-default-file");if(!b)a.drawContent(defaultPagodil);else if(b in a.calculatedDefault)a.drawContent(a.calculatedDefault[b]);else{a.calculatedDefault[b]=JSON.parse(JSON.stringify(defaultPagodil));let c=new XMLHttpRequest;c.onreadystatechange=function(){let c=this;if(4==c.readyState&&200==c.status){let f=JSON.parse(c.responseText);for(var d=0,e=Object.keys(defaultPagodil);d
"+closeIcon.replace("onclick=\"ONCLICK\"","onclick=\"closePagodilModal(event)\"")+"
"+logo1LogoPagodil+"
";let b=document.createElement("style");b.textContent="table.pagodil-table-block { display: inline-block; border-collapse: collapse; border-spacing: 0; width: auto; margin: 0; }table.pagodil-table-block tbody tr td { padding: 0; vertical-align: middle; background: none; }table.pagodil-table-block tbody tr td.pagodil-pl { padding-left: 15px; }table.pagodil-table-block tbody tr td.pagodil-pr { padding-right: 15px; }svg.pagodil-logo { width: auto; display: block; }svg.pagodil-logo.with-hover:hover { cursor: pointer; }svg.pagodil-info-icon { height: 15px; margin-top: 9px; }svg.pagodil-info-icon:hover { cursor: pointer; }#pagodil-modal-container { display: none; position: fixed; top: 0; bottom: 0; right: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 1000000; overflow-y: auto; }#pagodil-modal-container.open { display: block; }.pagodil-modal-content { width: 100%; max-width: 350px; margin: auto; margin-top: 30px; margin-bottom: 30px; background: white; padding: 25px; z-index: 1000100; border-radius: 15px; box-sizing: border-box; }.pagodil-modal-content .pagodil-modal-header { text-align: right; }.pagodil-modal-content .pagodil-modal-header svg { width: 15px; color: #6F6F6E; }.pagodil-modal-content .pagodil-modal-header svg:hover { cursor: pointer; }.pagodil-modal-content .logo-container { text-align: center; margin-top: -20px; margin-bottom: 20px; }.pagodil-modal-content .logo-container svg { display: inline; width: 150px; }.pagodil-modal-content h1 { font-family: Arial; text-align: center; margin-top: 0; color: #6F6F6E; font-size: 25px; line-height: 32px; }.pagodil-modal-content p { font-family: Arial; font-size: 16px; color: #6F6F6E; margin-bottom: 15px; line-height: 23px; } .pagodil-modal-content p.list { margin-bottom: 5px; margin-top: 0; } .pagodil-modal-content p.more-info { margin-bottom: 0; margin-top: 20px; text-align: center; font-size: 12px; } .pagodil-modal-content p svg { display: inline-block; width: 12px; color: orange; margin-right: 10px; }",document.body.appendChild(a),document.body.appendChild(b)}};null===document.body?document.addEventListener("DOMContentLoaded",function(){b()}):b()}}();function openPagodilModal(a,b,c,d,e,f){a.stopPropagation(),a.preventDefault();let g=document.getElementById("pagodil-modal-container"),h=document.getElementById("pagodil-modal-text");if(null!==g&&null!==h){let a=pagodilLang(b,c);h.innerHTML="

"+pagodilSprintf(a.text_4,e)+"

"+pagodilSprintf(a.text_5,f,e)+"

"+a.text_6+"

"+tickIcon+""+a.text_7+"

"+tickIcon+""+a.text_8+"

"+tickIcon+""+a.text_9+"

"+pagodilSprintf(a.text_10,d)+"

",g.classList.add("open")}}function closePagodilModal(a){a.stopPropagation(),a.preventDefault();let b=document.getElementById("pagodil-modal-container");null!==b&&b.classList.remove("open")}function pagodilLang(a,b){-1===["it","en","es","de","fr"].indexOf(b)&&(b="it");-1===["A","B"].indexOf(a)&&(a="A");let c={it:{text_1:{A:"o $ rate",B:"Paga in $ rate"},text_2:{A:"o $ rate da",B:"Paga in $ rate da"},text_3:"senza interessi",text_4:"Paga in $ comode rate
Senza costi ed interessi",text_5:"Con PagoDIL e grazie all'accordo con Cofidis, $ di dilazionare il pagamento in $ comode rate senza costi n\xE9 interessi.",text_6:"Scegli PagoDIL al checkout e prepara:",text_7:"La tua tessera sanitaria",text_8:"La tua patente o il tuo passaporto",text_9:"Il tuo IBAN",text_10:"Pi\xF9 info su PagoDIL by Cofidis? Clicca qui",text_11:" ti permette"},en:{text_1:{A:"or $ installments",B:"Pay in $ installments"},text_2:{A:"or $ installments of",B:"Pay in $ installments of"},text_3:"without interest",text_4:"Pay in $ convenient installments
Without costs and interest",text_5:"With PagoDIL and thanks to the agreement with Cofidis, $ defer the payment in $ convenient installments without costs or interest .",text_6:"Choose PagoDIL at checkout and prepare:",text_7:"Your health card",text_8:"Your driver's license or passport",text_9:"Your IBAN",text_10:"More info on PagoDIL by Cofidis? Click here",text_11:" allows you to"},es:{text_1:{A:"o $ plazos",B:"Paga en $ plazos"},text_2:{A:"o $ plazos de",B:"Paga en $ plazos de"},text_3:"sin intereses",text_4:"Pague en $ c\xF3modos plazos
Sin costes ni intereses",text_5:"Con PagoDIL y gracias al acuerdo con Cofidis, $ puede aplazar tu pago en $ c\xF3modos plazos sin coste ni intereses.",text_6:"Elija PagoDIL en la caja y prep\xE1rese:",text_7:"Su tarjeta sanitaria",text_8:"Su permiso de conducir o pasaporte",text_9:"Su IBAN",text_10:"\xBFM\xE1s informaci\xF3n sobre PagoDIL by Cofidis? Haga clic en aqu\xED",text_11:" te permite"},de:{text_1:{A:"oder $ Raten",B:"Zahlen Sie $ Raten"},text_2:{A:"oder $ Raten von",B:"Zahlen Sie $ Raten von"},text_3:"ohne Zinsen",text_4:"Zahlen Sie in $ bequemen Raten
Frei von Kosten und Zinsen",text_5:"Mit PagoDIL und dank der Vereinbarung mit Cofidis, $ zu verschieben Zahlung in $ bequemen Raten, ohne Kosten und Zinsen.",text_6:"PagoDIL an der Kasse ausw\xE4hlen und vorbereiten::",text_7:"Ihre Gesundheitskarte",text_8:"Ihren F\xFChrerschein oder Reisepass",text_9:"Ihre IBAN",text_10:"Mehr Informationen \xFCber PagoDIL by Cofidis? Klicken Sie hier",text_11:" erm\xF6glicht Ihnen"},fr:{text_1:{A:"ou $ tranches",B:"Payez en $ tranches"},text_2:{A:"ou $ tranches de",B:"Payez en $ tranches de"},text_3:"sans int\xE9r\xEAts",text_4:"Payez en $ tranches pratiques
Sans frais ni int\xE9r\xEAts",text_5:"Avec PagoDIL et gr\xE2ce \xE0 l'accord avec Cofidis, $ de diff\xE9rer le paiement en $ tranches pratiques, sans frais ni int\xE9r\xEAts.",text_6:"Choisissez PagoDIL \xE0 la caisse et pr\xE9parez:",text_7:"Votre carte de sant\xE9",text_8:"Votre permis de conduire ou votre passeport",text_9:"Votre IBAN",text_10:"Plus d'infos sur PagoDIL by Cofidis ? Cliquez ici",text_11:" vous permet"}},d={};for(var e=0,f=Object.keys(c[b]);e